Help >
Errors and Error Trapping > Compile Time Errors >
Error 601 - One INHERIT per interface
One INHERIT per interface - PowerBASIC offers single inheritance, so just one INHERIT is allowed per interface. However, the inherited interface may itself inherit from another interface, to virtually any level of nesting.